Home
last modified time | relevance | path

Searched hist:"19975 f83412fbb9b1458f3dfbf16ca043a57788a" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dslab.hdiff 19975f83412fbb9b1458f3dfbf16ca043a57788a Tue Oct 03 09:59:48 CEST 2023 Vlastimil Babka <vbabka@suse.cz> mm/slab: move the rest of slub_def.h to mm/slab.h

mm/slab.h is the only place to include include/linux/slub_def.h which
has allowed switching between SLAB and SLUB. Now we can simply move the
contents over and remove slub_def.h.

Use this opportunity to fix up some whitespace (alignment) issues.

Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: David Rientjes <rientjes@google.com>
Tested-by: David Rientjes <rientjes@google.com>
Reviewed-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Tested-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>